home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
cataging
/
orgsplt
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-03-19
|
989b
|
30 lines
ECHO OFF
CLS
ECHO - Hard disk installation. If you want to install the software on a
ECHO - floppy disk, type FINSTALL.
ECHO -
ECHO - To install type the word INSTALL, followed by a space and then the
ECHO - letter for the drive containing the floppy disk, then another space
ECHO - and the letter for the drive you want to install the software on.
ECHO -
ECHO - If the floppy disk is in the "A" drive and you want to install the
ECHO - software on the "C" drive, you would type: INSTALL A C and then
ECHO - push ENTER. This will install the software on your "C" drive
ECHO - in a directory called OYSC (for ORGANIZE! Your Sports Cards).
ECHO -
ECHO - You have specified that the floppy disk is in the %1 drive and you
ECHO - want to install the software on the %2 drive. If this is not
ECHO - correct, push CTRL-BREAK and start over.
ECHO -
PAUSE
%2:
CD \
MD OYSC
CD OYSC
%1:ORGANIZE
ECHO -
ECHO -
ECHO - Type OYC and push ENTER to start the software.